home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
lov114
/
sheep.c
< prev
Wrap
Text File
|
1988-02-17
|
119b
|
12 lines
sheep_noise()
{
printf(" goes baaaa");
}
sheep(int i)
{
printf("\nsheep");
if(i==9)
sheep_noise();
}